home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / virus / fprtv203.zip / COMMAND.DOC < prev    next >
Text File  |  1992-04-04  |  3KB  |  99 lines

  1.                            Command line mode
  2.  
  3.                         The command-line options
  4.  
  5. F-PROT.EXE is usually run without any parameters and will then enter
  6. interactive mode.  It is also possible to run it in command-line mode,
  7. which was the only possibility with version 1.
  8.  
  9. The available command-line options are
  10.  
  11. /ALL
  12. Specifies that all files should be searched, not just normal "executable"
  13. files.
  14.  
  15. /ANALYSE
  16. Performs a heuristic analysis instead of a signature-based scan. This
  17. approach may cause false positives, and should be used with care.
  18.  
  19. /AUTO
  20. May be specified with /DELETE or /DISINF so F-PROT will not request
  21. permission before deleting or disinfecting.  The default if only /DELETE
  22. or /DISINF are given is to ask if the file should be disinfected (or
  23. deleted).
  24.  
  25. /BOOT (default) /NOBOOT
  26. Scan/Don't scan for boot sector viruses
  27.  
  28. /COMMAND
  29. Force command-line mode.
  30.  
  31. /DELETE
  32. Delete all infected files, instead of just listing them.
  33.  
  34. /DISINF
  35. Disinfect whenever possible - deletes first-generation samples and files
  36. destroyed by overwriting viruses.  It will never delete a file which can
  37. be disinfected.
  38.  
  39. /FILE (default) /NOFILE
  40. Scan/Don't scan for file viruses
  41.  
  42. /HARD
  43. Scans the entire hard disk.
  44.  
  45. /HELP or /?
  46. Display a list of available options.
  47.  
  48. /INTER
  49. Force interactive mode.
  50.  
  51. /LIST
  52. Produce a report of all files checked, not just those which are infected.
  53.  
  54. /MULTI
  55. Scan multiple diskettes.
  56.  
  57. /NET
  58. Scans any network "drives" found.
  59.  
  60. /NOMEM
  61. Skip the memory scan.
  62.  
  63. /PACKED (default) /NOPACKED
  64. Search/Don't search inside packed files.
  65.  
  66. /QUICK
  67. Faster search, but not as accurate.
  68.  
  69. /REPORT=file
  70. Sends the output to a file, in addition to displaying it on the screen.
  71.  
  72. /SILENT
  73. Generates no screen output at all - useful if you want to run the program
  74. from a batch file, and only check the return code.
  75.  
  76. /TROJAN /NOTROJAN (default)
  77. Search/Don't search for some Trojans and joke programs as well as viruses.
  78.  
  79. /USER /NOUSER (default)
  80. Search/Don't search for user-defined virus patterns.  This option should
  81. only be used if absolutely neccessary, as it may result in a considerable
  82. speed decrease.
  83.  
  84.                           Return status
  85.  
  86. The program uses the following exit codes, which can be checked with the
  87. ERRORLEVEL command from a BAT file.
  88.  
  89.     0 - Normal exit nothing found
  90.     1 - Abnormal termination - unrecoverable error (usually a missing
  91.         system file)
  92.     2 - Selftest failed - program has been modified.
  93.     3 - A Boot/File virus infection found.
  94.     4 - Virus signatures found in memory.
  95.     5 - Program terminated with ^C.
  96.     6 - At least one virus was removed.  This code is only meaningful if
  97.         the program is used to scan just a single file.
  98.  
  99.